home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / musiccol.sit / The Music Collection / background_2567.txt < prev    next >
Text File  |  1989-02-11  |  12KB  |  579 lines

  1. -- background: 2567 from stack: in
  2. -- bmap block id: 4129
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=77 top=90 right=108 bottom=370
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Title
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0002
  25. -- rect: left=77 top=123 right=141 bottom=370
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Artist
  34.  
  35.  
  36. -- part 4 (field)
  37. -- low flags: 00
  38. -- high flags: 0002
  39. -- rect: left=77 top=156 right=174 bottom=115
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Catagory
  48.  
  49.  
  50. -- part 3 (field)
  51. -- low flags: 00
  52. -- high flags: 0002
  53. -- rect: left=210 top=156 right=174 bottom=248
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Media
  62.  
  63.  
  64. -- part 6 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=445 top=245 right=284 bottom=493
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 22308 / 22308
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Next Card
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect dissolve to card
  79.   go to next card
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 7 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=398 top=245 right=284 bottom=446
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 19381 / 19381
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Previous Card
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect dissolve to card
  99.   go to previous card
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 8 (button)
  105. -- low flags: 00
  106. -- high flags: 0000
  107. -- rect: left=421 top=283 right=322 bottom=469
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 14953 / 14953
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Return
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   visual effect iris close
  119.   pop card
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 9 (button)
  125. -- low flags: 00
  126. -- high flags: 0000
  127. -- rect: left=14 top=222 right=267 bottom=62
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 1011 / 1011
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Home
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   visual effect iris close
  139.   go home
  140. end mouseUp
  141.  
  142.  
  143.  
  144.  
  145. -- part 10 (button)
  146. -- low flags: 00
  147. -- high flags: 2000
  148. -- rect: left=445 top=157 right=202 bottom=493
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 20186 / 20186
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: Sort
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   answer "Sort all cards of this stack according to:" with "Catagory" or "Media" or "Artist"
  160.   if it is "Artist"
  161.   then sort by field 2
  162. else if it is "Catagory"
  163. then sort by field 3
  164. else if it is "Media"
  165. then sort by field 4
  166. end mouseUp
  167.  
  168.  
  169.  
  170. -- part 12 (button)
  171. -- low flags: 00
  172. -- high flags: 2000
  173. -- rect: left=445 top=201 right=246 bottom=493
  174. -- title width / last selected line: 0
  175. -- icon id / first selected line: 32670 / 32670
  176. -- text alignment: 1
  177. -- font id: 0
  178. -- text size: 12
  179. -- style flags: 0
  180. -- line height: 16
  181. -- part name: View
  182. ----- HyperTalk script -----
  183. on mouseUp
  184.   visual effect iris open to card
  185.   show all cards
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 13 (button)
  191. -- low flags: 00
  192. -- high flags: 2000
  193. -- rect: left=114 top=140 right=166 bottom=137
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 19678 / 19678
  196. -- text alignment: 1
  197. -- font id: 0
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 16
  201. -- part name: Tell Me About Catagory
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   show bkgnd field "Cat Help"
  205.   put script of bkgnd field "Cat Help" into bkgnd field "Cat Help"
  206.   show bkgnd button id 25
  207. end mouseUp
  208.  
  209.  
  210.  
  211. -- part 14 (button)
  212. -- low flags: 00
  213. -- high flags: 2000
  214. -- rect: left=369 top=140 right=166 bottom=392
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 19678 / 19678
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: Tell Me About Style
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.   show bkgnd field id 27
  226.   put script of bkgnd field id 27 into bkgnd field id 27
  227.   show bkgnd button id 30
  228. end mouseUp
  229.  
  230.  
  231. -- part 16 (field)
  232. -- low flags: 00
  233. -- high flags: 0002
  234. -- rect: left=332 top=156 right=174 bottom=370
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 0
  238. -- font id: 3
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: Style
  243.  
  244.  
  245. -- part 17 (field)
  246. -- low flags: 00
  247. -- high flags: 0007
  248. -- rect: left=77 top=186 right=317 bottom=370
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 0
  252. -- font id: 3
  253. -- text size: 12
  254. -- style flags: 0
  255. -- line height: 16
  256. -- part name: 
  257.  
  258.  
  259. -- part 15 (button)
  260. -- low flags: 00
  261. -- high flags: 2000
  262. -- rect: left=247 top=140 right=166 bottom=270
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 19678 / 19678
  265. -- text alignment: 1
  266. -- font id: 0
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: Tell Me About Media
  271. ----- HyperTalk script -----
  272. on mouseUp
  273.   show bkgnd field id 26
  274.   put script of bkgnd field id 26 into bkgnd field id 26
  275.   show bkgnd button id 29
  276. end mouseUp
  277.  
  278.  
  279. -- part 18 (field)
  280. -- low flags: 81
  281. -- high flags: 2007
  282. -- rect: left=77 top=186 right=317 bottom=370
  283. -- title width / last selected line: 0
  284. -- icon id / first selected line: 0 / 0
  285. -- text alignment: 0
  286. -- font id: 3
  287. -- text size: 12
  288. -- style flags: 0
  289. -- line height: 16
  290. -- part name: Cat Help
  291. ----- HyperTalk script -----
  292. Enter the catagory of the Artist here.
  293. For example:
  294.  
  295. GP (Group)
  296. SM (Solo Male)
  297. SF (Solo Female)
  298. VA (Various Artist)
  299. etc.
  300.  
  301.  
  302. -- part 22 (field)
  303. -- low flags: 81
  304. -- high flags: 0004
  305. -- rect: left=77 top=186 right=317 bottom=370
  306. -- title width / last selected line: 0
  307. -- icon id / first selected line: 0 / 0
  308. -- text alignment: 0
  309. -- font id: 251
  310. -- text size: 12
  311. -- style flags: 0
  312. -- line height: 16
  313. -- part name: Cat Help
  314. ----- HyperTalk script -----
  315. This is a test to see what will happen
  316. with the catagory help.
  317.  
  318.  
  319.  
  320. -- part 25 (button)
  321. -- low flags: 80
  322. -- high flags: 8005
  323. -- rect: left=295 top=297 right=317 bottom=354
  324. -- title width / last selected line: 0
  325. -- icon id / first selected line: 0 / 0
  326. -- text alignment: 1
  327. -- font id: 0
  328. -- text size: 12
  329. -- style flags: 0
  330. -- line height: 16
  331. -- part name: Otay!
  332. ----- HyperTalk script -----
  333. on mouseUp
  334.   hide bkgnd field id 18
  335.   hide bkgnd button id 25
  336. end mouseUp
  337.  
  338.  
  339.  
  340. -- part 26 (field)
  341. -- low flags: 81
  342. -- high flags: 2007
  343. -- rect: left=77 top=186 right=317 bottom=370
  344. -- title width / last selected line: 0
  345. -- icon id / first selected line: 0 / 0
  346. -- text alignment: 0
  347. -- font id: 3
  348. -- text size: 12
  349. -- style flags: 0
  350. -- line height: 16
  351. -- part name: Med Help
  352. ----- HyperTalk script -----
  353. Enter the type of media in this field.
  354. For example:
  355.  
  356. AL (Album)
  357. CD (Compact Disc)
  358. CS (Cassette Tape)
  359. 8T (8 Track Tape)
  360. LD (Laser Disc)
  361. etc.
  362.  
  363.  
  364. -- part 27 (field)
  365. -- low flags: 81
  366. -- high flags: 2007
  367. -- rect: left=77 top=186 right=317 bottom=370
  368. -- title width / last selected line: 0
  369. -- icon id / first selected line: 0 / 0
  370. -- text alignment: 0
  371. -- font id: 3
  372. -- text size: 12
  373. -- style flags: 0
  374. -- line height: 16
  375. -- part name: Style Help
  376. ----- HyperTalk script -----
  377. Enter the style of the music in this field.
  378. For example:
  379.  
  380. RR (Rock'n'Roll)
  381. PP (Pop)
  382. CW (Country & Western)
  383. SL (Soul)
  384. etc.
  385.  
  386.  
  387. -- part 28 (field)
  388. -- low flags: 01
  389. -- high flags: 0000
  390. -- rect: left=468 top=22 right=36 bottom=511
  391. -- title width / last selected line: 0
  392. -- icon id / first selected line: 0 / 0
  393. -- text alignment: 0
  394. -- font id: 3
  395. -- text size: 12
  396. -- style flags: 0
  397. -- line height: 16
  398. -- part name: Time
  399.  
  400.  
  401. -- part 29 (button)
  402. -- low flags: 80
  403. -- high flags: 8005
  404. -- rect: left=296 top=299 right=317 bottom=354
  405. -- title width / last selected line: 0
  406. -- icon id / first selected line: 0 / 0
  407. -- text alignment: 1
  408. -- font id: 0
  409. -- text size: 12
  410. -- style flags: 0
  411. -- line height: 16
  412. -- part name: Otay!
  413. ----- HyperTalk script -----
  414. on mouseUp
  415.   hide bkgnd field id 26
  416.   hide bkgnd button id 29
  417. end mouseUp
  418.  
  419.  
  420.  
  421. -- part 30 (button)
  422. -- low flags: 80
  423. -- high flags: 8005
  424. -- rect: left=296 top=299 right=317 bottom=354
  425. -- title width / last selected line: 0
  426. -- icon id / first selected line: 0 / 0
  427. -- text alignment: 1
  428. -- font id: 0
  429. -- text size: 12
  430. -- style flags: 0
  431. -- line height: 16
  432. -- part name: Otay!
  433. ----- HyperTalk script -----
  434. on mouseUp
  435.   hide bkgnd field id 27
  436.   hide bkgnd button id 30
  437. end mouseUp
  438.  
  439.  
  440.  
  441. -- part 31 (button)
  442. -- low flags: 00
  443. -- high flags: 0000
  444. -- rect: left=463 top=110 right=129 bottom=490
  445. -- title width / last selected line: 0
  446. -- icon id / first selected line: 0 / 0
  447. -- text alignment: 1
  448. -- font id: 0
  449. -- text size: 12
  450. -- style flags: 0
  451. -- line height: 16
  452. -- part name: New Button
  453. ----- HyperTalk script -----
  454. on mouseUp
  455.   show bkgnd button id 38
  456.   play "boing"
  457.   wait 3 seconds
  458.   hide bkgnd button id 38
  459. end mouseUp
  460.  
  461.  
  462.  
  463. -- part 32 (button)
  464. -- low flags: 00
  465. -- high flags: 0000
  466. -- rect: left=432 top=101 right=122 bottom=458
  467. -- title width / last selected line: 0
  468. -- icon id / first selected line: 0 / 0
  469. -- text alignment: 1
  470. -- font id: 0
  471. -- text size: 12
  472. -- style flags: 0
  473. -- line height: 16
  474. -- part name: New Button
  475. ----- HyperTalk script -----
  476. on mouseUp
  477.   show bkgnd button id 38
  478.   play "boing"
  479.   wait 3 seconds
  480.   hide bkgnd button id 38
  481. end mouseUp
  482.  
  483.  
  484.  
  485. -- part 33 (button)
  486. -- low flags: 00
  487. -- high flags: 0000
  488. -- rect: left=387 top=118 right=139 bottom=413
  489. -- title width / last selected line: 0
  490. -- icon id / first selected line: 0 / 0
  491. -- text alignment: 1
  492. -- font id: 0
  493. -- text size: 12
  494. -- style flags: 0
  495. -- line height: 16
  496. -- part name: New Button
  497. ----- HyperTalk script -----
  498. on mouseUp
  499.   play "Boing"
  500.   push card
  501.   visual effect iris open
  502.   go to card id 3980
  503. end mouseUp
  504.  
  505.  
  506.  
  507. -- part 34 (button)
  508. -- low flags: 00
  509. -- high flags: A000
  510. -- rect: left=398 top=157 right=202 bottom=446
  511. -- title width / last selected line: 0
  512. -- icon id / first selected line: 1009 / 1009
  513. -- text alignment: 1
  514. -- font id: 0
  515. -- text size: 12
  516. -- style flags: 0
  517. -- line height: 16
  518. -- part name: Find...
  519. ----- HyperTalk script -----
  520. on mouseUp
  521.   doMenu "Find..."
  522. end mouseUp
  523.  
  524.  
  525.  
  526. -- part 35 (button)
  527. -- low flags: 00
  528. -- high flags: 0000
  529. -- rect: left=445 top=36 right=60 bottom=470
  530. -- title width / last selected line: 0
  531. -- icon id / first selected line: 19678 / 19678
  532. -- text alignment: 1
  533. -- font id: 0
  534. -- text size: 12
  535. -- style flags: 0
  536. -- line height: 16
  537. -- part name: New Button
  538. ----- HyperTalk script -----
  539. on mouseUp
  540.   play "Boing"
  541.   push card
  542.   visual effect iris open
  543.   go to card id 3980
  544. end mouseUp
  545.  
  546.  
  547.  
  548. -- part 36 (button)
  549. -- low flags: 00
  550. -- high flags: 2000
  551. -- rect: left=398 top=201 right=246 bottom=446
  552. -- title width / last selected line: 0
  553. -- icon id / first selected line: 0 / 0
  554. -- text alignment: 1
  555. -- font id: 0
  556. -- text size: 12
  557. -- style flags: 0
  558. -- line height: 16
  559. -- part name: Reports
  560. ----- HyperTalk script -----
  561. on mouseUp
  562.   doMenu "Print Report..."
  563. end mouseUp
  564.  
  565.  
  566.  
  567. -- part 38 (button)
  568. -- low flags: 80
  569. -- high flags: 8000
  570. -- rect: left=7 top=274 right=327 bottom=67
  571. -- title width / last selected line: 0
  572. -- icon id / first selected line: 32482 / 32482
  573. -- text alignment: 1
  574. -- font id: 0
  575. -- text size: 12
  576. -- style flags: 0
  577. -- line height: 16
  578. -- part name: Hi There!!
  579.